File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,13 +93,11 @@ protected function registerEloquentFactoriesFrom($path)
9393 $ this ->loadFactoriesFrom ($ path );
9494 }
9595 }
96-
96+
9797 /* Depreciated
9898 protected function registerEloquentFactoriesFrom($path)
9999 {
100100 $this->app->make(EloquentFactory::class)->load($path);
101101 }
102102 */
103-
104-
105103}
Original file line number Diff line number Diff line change @@ -115,12 +115,11 @@ private function affix($number)
115115 return $ this ->prefix .$ data ; // . $this->suffix;
116116 }
117117
118-
119118 private function unfix ($ number )
120119 {
121120 if ($ this ->prefix ) {
122121 $ data = ltrim ($ number , $ this ->prefix );
123- } else {
122+ } else {
124123 $ data = $ number ;
125124 }
126125
Original file line number Diff line number Diff line change 33namespace Database \Factories ;
44
55use Illuminate \Database \Eloquent \Factories \Factory ;
6- use Poing \Earmark \Models \EarMark ;
76use Poing \Earmark \Helpers \Boost ;
7+ use Poing \Earmark \Models \EarMark ;
88
99class EarMarkFactory extends Factory
1010{
You can’t perform that action at this time.
0 commit comments