mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update missing stuff
This commit is contained in:
@@ -171,13 +171,14 @@ class InstallNntmux extends Command
|
||||
|
||||
/**
|
||||
* @return array|bool
|
||||
* @throws \Exception
|
||||
* @throws \RuntimeException
|
||||
*/
|
||||
protected function updatePaths()
|
||||
{
|
||||
$covers_path = base_path().'resources/covers/';
|
||||
$nzb_path = base_path().'resources/nzb/';
|
||||
$tmp_path = base_path().'resources/tmp/';
|
||||
$covers_path = base_path().'/resources/covers/';
|
||||
$nzb_path = base_path().'/resources/nzb/';
|
||||
$tmp_path = base_path().'/resources/tmp/';
|
||||
$unrar_path = $tmp_path.'unrar/';
|
||||
|
||||
$nzbPathCheck = is_writable($nzb_path);
|
||||
|
||||
@@ -55,6 +55,7 @@ class CreateUsersTable extends Migration {
|
||||
$table->string('cp_api')->nullable();
|
||||
$table->string('style')->nullable();
|
||||
$table->dateTime('rolechangedate')->nullable()->comment('When does the role expire');
|
||||
$table->rememberToken();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user