more refactoring and dependency injection.
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
<?php namespace Laravel\Security;
|
||||
|
||||
use Laravel\IoC;
|
||||
use Laravel\Facade;
|
||||
|
||||
class Crypter_Facade extends Facade {
|
||||
|
||||
public static $resolve = 'crypter';
|
||||
|
||||
}
|
||||
|
||||
class Crypter {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user