Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
c58286aa
Commit
c58286aa
authored
Aug 01, 2014
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove class loader from aliases.
parent
4131fbd4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
app.php
app/config/app.php
+0
-1
autoload.php
bootstrap/autoload.php
+0
-13
No files found.
app/config/app.php
View file @
c58286aa
...
...
@@ -166,7 +166,6 @@ return array(
'Auth'
=>
'Illuminate\Support\Facades\Auth'
,
'Blade'
=>
'Illuminate\Support\Facades\Blade'
,
'Cache'
=>
'Illuminate\Support\Facades\Cache'
,
'ClassLoader'
=>
'Illuminate\Support\ClassLoader'
,
'Config'
=>
'Illuminate\Support\Facades\Config'
,
'Controller'
=>
'Illuminate\Routing\Controller'
,
'Cookie'
=>
'Illuminate\Support\Facades\Cookie'
,
...
...
bootstrap/autoload.php
View file @
c58286aa
...
...
@@ -32,19 +32,6 @@ if (file_exists($compiled = __DIR__.'/compiled.php'))
require
$compiled
;
}
/*
|--------------------------------------------------------------------------
| Register The Laravel Auto Loader
|--------------------------------------------------------------------------
|
| We register an auto-loader "behind" the Composer loader that can load
| model classes on the fly, even if the autoload files have not been
| regenerated for the application. We'll add it to the stack here.
|
*/
Illuminate\Support\ClassLoader
::
register
();
/*
|--------------------------------------------------------------------------
| Register The Workbench Loaders
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment