Skip to content

Commit

Permalink
Merge pull request #1 from ARCANESOFT/develop
Browse files Browse the repository at this point in the history
Bump arcanesoft/auth package version
  • Loading branch information
arcanedev-maroc committed Jul 31, 2017
2 parents 0c0a6e4 + c37d653 commit 78c861a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 32 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"require": {
"php": ">=7.0",
"arcanesoft/auth": "~2.2",
"arcanesoft/auth": "~3.0",
"arcanesoft/core": "~2.4",
"spatie/laravel-backup": "~4.0"
},
Expand Down
14 changes: 0 additions & 14 deletions src/Console/AbstractCommand.php

This file was deleted.

3 changes: 2 additions & 1 deletion src/Console/InstallCommand.php
@@ -1,5 +1,6 @@
<?php namespace Arcanesoft\Backups\Console;

use Arcanedev\Support\Bases\Command;
use Arcanesoft\Backups\Seeds\DatabaseSeeder;

/**
Expand All @@ -8,7 +9,7 @@
* @package Arcanesoft\Backups\Console
* @author ARCANEDEV <arcanedev.maroc@gmail.com>
*/
class InstallCommand extends AbstractCommand
class InstallCommand extends Command
{
/* -----------------------------------------------------------------
| Properties
Expand Down
3 changes: 2 additions & 1 deletion src/Console/PublishCommand.php
@@ -1,5 +1,6 @@
<?php namespace Arcanesoft\Backups\Console;

use Arcanedev\Support\Bases\Command;
use Arcanesoft\Backups\BackupsServiceProvider;

/**
Expand All @@ -8,7 +9,7 @@
* @package Arcanesoft\Backups\Console
* @author ARCANEDEV <arcanedev.maroc@gmail.com>
*/
class PublishCommand extends AbstractCommand
class PublishCommand extends Command
{
/* -----------------------------------------------------------------
| Properties
Expand Down
14 changes: 0 additions & 14 deletions src/Policies/AbstractPolicy.php

This file was deleted.

3 changes: 2 additions & 1 deletion src/Policies/StatusesPolicy.php
@@ -1,5 +1,6 @@
<?php namespace Arcanesoft\Backups\Policies;

use Arcanesoft\Core\Bases\Policy;
use Arcanesoft\Contracts\Auth\Models\User;

/**
Expand All @@ -8,7 +9,7 @@
* @package Arcanesoft\Backups\Policies
* @author ARCANEDEV <arcanedev.maroc@gmail.com>
*/
class StatusesPolicy extends AbstractPolicy
class StatusesPolicy extends Policy
{
/* -----------------------------------------------------------------
| Constants
Expand Down

0 comments on commit 78c861a

Please sign in to comment.