More repository/service/refactor changes

This commit is contained in:
Dane Everitt 2017-08-12 15:29:01 -05:00
parent 2c77d5c44d
commit b8d7d99096
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
44 changed files with 977 additions and 669 deletions

View file

@ -24,9 +24,7 @@
namespace Pterodactyl\Exceptions\Repository;
use Illuminate\Database\Eloquent\ModelNotFoundException;
class RecordNotFoundException extends ModelNotFoundException
class RecordNotFoundException extends \Exception
{
//
}